Get equalizer parameters, band gain and preamp gain.
int GetEqualizerParam(int % PreAmpGain, array<int> ^% BandGain);
Parameters |
Description |
int % PreAmpGain |
Reference to integer variable receiving preamp gain in millidecibels. |
array<int> ^% BandGain |
Reference to array of integers receiving gain for each band in millidecibels (thousandth of decibel). Caution: Function will resize this array to number of bands. |
Number of equalizer bands.
Note: Band gain is expressed in millidecibels.
Class has by default 10 equalizer bands. See SetEqualizerPoints.
Copyright (c) 2010. Zoran Cindori - All rights reserved.
Web: http://libzplay.sourceforge.net/ Email: zcindori@inet.hr |